home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / µSim 1.1 / FabLibsƒ / FabWList.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-01  |  344 b   |  13 lines  |  [TEXT/CWIE]

  1. #ifndef __FABCURSORBALLOON__
  2. #include    "CursorBalloon.h"
  3. #endif
  4.  
  5. #pragma internal on
  6. FabWindowPtr AddWindowToList(DialogRef d);
  7. void RemoveWindowFromList(DialogRef d);
  8. FabWindowPtr GetFabWindowPtr(DialogRef d);
  9. void ForEachWindowDo(void (*actProc)(DialogRef));
  10. void InitFabWListManager(void);
  11. UInt32 GetWindowCount(void);
  12. #pragma internal reset
  13.